var runtime.cleanupBlockPtrMask
4 uses
runtime (current package)
mcleanup.go#L222: var cleanupBlockPtrMask [cleanupBlockSize / goarch.PtrSize / 8]byte
mgc.go#L192: for i := range cleanupBlockPtrMask {
mgc.go#L193: cleanupBlockPtrMask[i] = 0xff
mgcmark.go#L196: scanblock(uintptr(unsafe.Pointer(&cb.cleanups[0])), n*goarch.PtrSize, &cleanupBlockPtrMask[0], gcw, nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)